home *** CD-ROM | disk | FTP | other *** search
- %
- % Test the style opcode (04) to make sure it will at least cause all the styles to be drawn
- % approx right. NOTE that this uses fonr 22, new century schoolboook, which will probably
- % cause an outline to be used. This might be changed to a 'bitmap' type three font to
- % make sure that that works as well.
- %
- % header
- 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
- % end of app-specific header
- 00FF 0000 0000 00FF 00FF % pict size (bogus) and top left bottom right
- 0011 02FF % verson
- 0001 000A 0000 0000 00FF 00FF % Clip region. Added to keep Mac tester happy.
- 0030 0000 0000 00FF 00FF % draw bounding rect
- 0003 0022 % New century schoolbook
- 000D 0018 % set the size
- %
- % Draw a condensed line of text
- %
- 0004 20 00
- 002A 18 (Style is condensed)
- %
- % Draw a plain line of text
- %
- 0004 00 00
- 002A 20 (Style is plain)
- %
- % Draw a extend line of text
- %
- 0004 40 00
- 002A 20 (Style is extend!)
- %
- % Draw a bold line of text
- %
- 0004 01 00
- 002A 20 (Style is bold!)
- %
- % Draw an italic line of text
- %
- 0004 02 00
- 002A 20 (Style is italic!)
- %
- % Draw an italic line of text
- %
- 0004 04 00
- 002A 20 (Style is underline)
- %
- % Draw an outline line of text
- %
- 0004 08 00
- 002A 20 (Style is outline)
- %
- % Draw a shadow line of text
- %
- 0004 10 00
- 002A 20 (Style is shadow!)
- 00FF % end
-